Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / IsPdfValue Property

In This Topic
    IsPdfValue Property
    In This Topic
    Gets a value indicating whether this PdfEnum<TEnum> struct contains a PDF value which cannot be converted to PdfEnum<TEnum>.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsPdfValue As System.Boolean
    public System.bool IsPdfValue {get;}
    See Also